dip_bundle 0.2.1

Write cross-platform application with React-like declarative UI framework and scalable ECS architecture all in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- `README.md` (Optional) GitHub profile
- `bundle/`
	- `dotfiles/`
		- Each directory is a bundle of dotfiles. They are automatically linked to `$HOME` recursively
		- `dip/` name of the bundle.
			- `.config/`
				- `dip/`
					- `account.toml`
	- `homebrew/`
				- `Brewfile` (Optional)
				- `Brewfile.lock.json` (Optional)
	- `scripts/`
- Optional
	- `src/`
		- If you want to create your own dip command, here's a place
	- `Cargo.toml`
	- `Cargo.lock`